During the Spring Festival read the next "java:the complete Reference" found this writing in simple, I think a question, the book a lot of content we also know, but why we can not write such a book, so comprehensive, so systematic, so simple and easy to understand. Have to admire Herbert Schildt programming skills, need to mention is Herbert Schildt wrote a lot of Java and C, C + + books, he is the C, C + +
Complete the C pointer ---
Article 5: Passing function parameters
Article Structure
:
|
| ---- One or three questions
|
| -- Question 1
| -- Question 2
| -- Question 3
|
| ---- 2. function parameter passing method: Value passing
|
| --1. An error message about value transfer
| --2. A preparation knowledge
| --3. Understand the form of value transfer
|
| ---- 3. function parameter transfer method 2: Address Transfer
|
| ---- 4. function parameter trans
call each element in an array, return an element to a callback function, have no return value, and be essentially the same as using a For loop iteration groupvarone=[1,2,3,4,5,6] One.foreach (function(Item,index,array) {Console.log (item)//iteration of the 1--6 }) vartwo=[1,2,3,4] varSum=0Two.foreach (function(item,index,array) {sum+=item//Accumulate}) Console.log (sum)//TenTwo.foreach (function(Item,index,array) {Two[index]=item+1//element Self-added}) Console.log (both)//2,3,4,5An
complete path .:
'Union select 1 from thisafakename. faketable % 00
Returns the ASCII value of a character.
ASC () function:
'Union select ASC ('A') from validtable % 00: Returns the ASCII value of 65 ('A)
Convert ASCII values to characters
CHR () function:
'Union select CHR (65) from validtablename % 00: 'A' is returned'
If statement
You can use
This is the first post-graduation blog, I hope I can develop a good habit of blogging. Recently, in order to accelerate the promotion of the app, to take the external platform (such as today's headlines) to carry out the way of advertising, user drainage. Therefore, we need to conduct a detection of the advertising activation data, tracking the conversion effect of ads. The following is a list of the processes that connect to the active data API for today's headline ads and the implementation of
. register the target database to the recovery directoryThe service name used by my target database is rcat.$ RMAN target/(execute this command on the target database and connect to the target database with RMAN first)
Recovery MANAGER: Release 8.1.7.3.0-Production
RMAN-06005: connected to target database: orcl (dbid = 1000277484)
RMAN> connect catrman RMAN/RMAN @ rcat (connect to the catalog directory database)
RMAN-06008: connected to recovery Catalog Database
RMAN> Register database; (registe
When the hardware is maintained, someone accidentally disconnected the power supply from the production library, and after restarting the enclosure and server, an Oracle 10g 10.2.0.4 startup error message appears:
The code is as follows
Copy Code
Database loading complete.ORA-01122: Database file 1 validation failedORA-01110: Data file 1: ' E:\ORACLE\PRODUCT\10.2.0\ORADATA\ORCL\
A complete set of common Oracle commands
A complete set of common Oracle commands
The ORACLE tutorial is a complete set of common Oracle commands.
Chapter 1: Log Management
1. forcing
Oracle Database provides several data backup methods, but the most commonly used is logical Backup Using exp. Physical backup (including online backup and offline backup) is not used much. The main reason is that the physical backup process is complex and difficult to master. This article describes how to perform physical backup by taking the implementation of automatic physical backup (offline backup) for Oracle
Database parameter files are usually stored in ldquo; ORACLEADMIN database name pfilerdquo; directory, the file naming rules are ldquo; init + database name. orar
Database parameter files are usually stored in the ldquo; ORACLE/ADMIN/database name/pfile/rdquo; directory. The file naming rules are ldquo; init + database name. orar
Oracle Database provides several data backup methods, but the most common
Label:Environmental Status:Two virtual hosts A and b:1. A machine has installed ASM storage for Oracle 11g instance reference: Http://www.cnblogs.com/jyzhao/p/4332410.html 2. b machine installed system, configuration and directory structure are consistent with a machine/U01 + 3 ASM DiskDG Deployment Planning:
Primary
Standby
Host
Jy-db
Jy-dbs
There are too many files in the Oracle database. Here we will classify some common Oracle files for your reference:
Version: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0
Generally, Oracle files are classified into the following types:
Data File: Real DataRedo lo
During the Oracle database operation, the DBA should monitor the database's running log and table space usage, and discover the problems in the database as early as possible.
Oracle Warning log file monitoring
Oracle will log some of the database operations in the warning log file (alert_sid.log) during the run:
The database is started, shut down, not default
When the hardware is maintained, someone accidentally disconnected the power supply from the production library, and after restarting the enclosure and server, an Oracle 10g 10.2.0.4 startup error message appears:
The code is as follows
1
Database loading complete.ORA-01122: Database file 1 validation failedORA-01110: Data file 1: ' E:\ORACLE
Source: Network/Editor: getting started with programming Author: E Jian
The goal of this article is to execute a shell script to complete the entire process of automatic Oracle database backup, and to generate compressed files in the current directory. The specific implementation steps are as follows:
1. log on to Linux as an oracle user.
2. Creat
does not work.
Suddenly, does the firewall block port 1521? So shut down the firewall in the XP Virtual Machine (in fact, it is also possible to enable port 1521), and then connect again, OK!
Now, it will be configured. Now you can use it ......
========================================================== ======================================
The reference materials are as follows (the specific website cannot be remembered, sorry ):
To enable a cli
during installation. An error may occur when the oracle user starts the installation interface, and the graphical interface cannot be started.
# Vi/etc/inittabChange id: 5: initdefault: to id: 3: initdefault. After oracle installation is complete, it can be changed back.
# Reboot (restart)
11. You can use a graphical interface to add your machine
complete.
SQL> Create Table Scott. Test (T INT );
The table has been created.
SQL> insert into Scott. Test values (1 );
One row has been created.
SQL> insert into Scott. Test values (2 );
One row has been created.
SQL> commit;
Submitted.
SQL> shutdown immediate The database has been closed. The database has been detached. The Oracle routine has been disabled. // Delete system01.dbf or m
With the popularization of computers and the development of the network, the database is no longer just the topic that the programmer is proprietary. and Oracle database is by virtue of its outstanding performance, easy to operate and flexible features, in the database market has occupied a place. But also with the continuous progress of network technology, the increasing data information, data security is no longer the old "long talk", and more than
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.